projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
105a786
)
* lisp/mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
author
Glenn Morris
<rgm@gnu.org>
Tue, 14 Dec 2010 04:26:01 +0000
(20:26 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 14 Dec 2010 04:26:01 +0000
(20:26 -0800)
lisp/ChangeLog
patch
|
blob
|
history
lisp/mail/mail-utils.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 59ca93809bb89808c6402e497e52e7bd723137fd..4d44a09a168e6f25e0e1058b08019524bc68eadb 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2010-12-14 Glenn Morris <rgm@gnu.org>
+
+ * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
+
2010-12-13 Romain Francoise <romain@orebokech.com>
* net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
diff --git
a/lisp/mail/mail-utils.el
b/lisp/mail/mail-utils.el
index a8def04100e432c41e930c6a68543b675638af58..a8d845146f6475b18eafe00b01988e454bf76ed4 100644
(file)
--- a/
lisp/mail/mail-utils.el
+++ b/
lisp/mail/mail-utils.el
@@
-28,10
+28,6
@@
;;; Code:
-;;; We require lisp-mode to make sure that lisp-mode-syntax-table has
-;;; been initialized.
-(require 'lisp-mode)
-
;;;###autoload
(defcustom mail-use-rfc822 nil
"If non-nil, use a full, hairy RFC822 parser on mail addresses.